Vcenter Guest CustomizationSpecs Summary

Vcenter Guest CustomizationSpecs Summary
Vcenter Guest CustomizationSpecs Summary

The Vcenter Guest CustomizationSpecs Summary schema contains commonly used information about a guest customization specification.

This schema was added in vSphere API 6.7.1.

JSON Example
{
    "name": "string",
    "description": "string",
    "os_type": "string",
    "last_modified": "string"
}
string
name
Required

Name of the guest customization specification.

This property was added in vSphere API 6.7.1.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.guest.CustomizationSpec. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.guest.CustomizationSpec.

string
description
Required

Description of the guest customization specification.

This property was added in vSphere API 6.7.1.

string
os_type
Required

Guest operating system type for which that this guest customization specification applies.

For more information see: Vcenter Guest CustomizationSpecs OsType.

This property was added in vSphere API 6.7.1.

string As date-time As date-time
last_modified
Required

Date and tme when this guest customization specification was last modified.

This property was added in vSphere API 6.7.1.